const golang.org/x/net/http2.nextProtoUnencryptedHTTP2

3 uses

	golang.org/x/net/http2 (current package)
		server.go#L339: 	s.TLSNextProto[nextProtoUnencryptedHTTP2] = func(hs *http.Server, c *tls.Conn, h http.Handler) {
		transport.go#L322: 	t1.TLSNextProto[nextProtoUnencryptedHTTP2] = func(authority string, c *tls.Conn) http.RoundTripper {
		unencrypted.go#L13: const nextProtoUnencryptedHTTP2 = "unencrypted_http2"